Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove special hostname behavior for aws cloud-provider #7212

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

brandond
Copy link
Member

@brandond brandond commented Nov 6, 2024

Proposed Changes

Remove special hostname behavior for aws cloud-provider

The in-tree aws cloud provider has been removed and the kubelet will fail to start if the cloud-provider-name is set to aws, so this is dead code.

Types of Changes

tech debt

Verification

None, this code is unused.

Testing

Linked Issues

User-Facing Change


Further Comments

@brandond brandond requested a review from a team as a code owner November 6, 2024 21:29
@codecov-commenter
Copy link

codecov-commenter commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.70%. Comparing base (d65a579) to head (403c567).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7212      +/-   ##
==========================================
+ Coverage   23.38%   23.70%   +0.31%     
==========================================
  Files          33       33              
  Lines        3438     3392      -46     
==========================================
  Hits          804      804              
+ Misses       2587     2541      -46     
  Partials       47       47              
Flag Coverage Δ
inttests 8.99% <ø> (+0.12%) ⬆️
unittests 16.84% <ø> (+0.22%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The in-tree aws cloud provider has been removed and the kubelet will fail to start if the cloud-provider-name is set to aws, so this is dead code.

Signed-off-by: Brad Davidson <[email protected]>
@brandond brandond force-pushed the remove-aws-hostname branch 2 times, most recently from 403c567 to f9daf8a Compare November 6, 2024 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants